home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / wcstrv11.zip / _SETUP.1 / WCSServer.exe / 0 / RCDATA / TLMDSTREDITORDLG / TLMDSTREDITORDLG.txt
Text File  |  1997-05-25  |  2KB  |  96 lines

  1. object LMDStrEditorDlg: TLMDStrEditorDlg
  2.   Left = 251
  3.   Top = 217
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 201
  6.   ClientWidth = 501
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object sh: TLabel
  14.     Left = 5
  15.     Top = 8
  16.     Width = 38
  17.     Height = 13
  18.     Caption = '&String:'
  19.     Font.Color = clWindowText
  20.     Font.Height = -11
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold]
  23.     ParentFont = False
  24.     Transparent = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 293
  28.     Top = 10
  29.     Width = 109
  30.     Height = 10
  31.     Caption = 'Press Ctrl+Return for new line.'
  32.     Font.Color = clNavy
  33.     Font.Height = -8
  34.     Font.Name = 'Small Fonts'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 6
  41.     Top = 96
  42.     Width = 282
  43.     Height = 6
  44.     Shape = bsTopLine
  45.   end
  46.   object lbh: TLabel
  47.     Left = 6
  48.     Top = 160
  49.     Width = 56
  50.     Height = 13
  51.     Caption = '&LongHint:'
  52.     FocusControl = lh
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object str: TMemo
  61.     Left = 5
  62.     Top = 23
  63.     Width = 398
  64.     Height = 173
  65.     Lines.Strings = (
  66.       'str')
  67.     ScrollBars = ssVertical
  68.     TabOrder = 0
  69.     WantReturns = False
  70.   end
  71.   object BitBtn1: TBitBtn
  72.     Left = 409
  73.     Top = 23
  74.     Width = 86
  75.     Height = 26
  76.     TabOrder = 2
  77.     Kind = bkOK
  78.   end
  79.   object BitBtn2: TBitBtn
  80.     Left = 409
  81.     Top = 52
  82.     Width = 86
  83.     Height = 26
  84.     TabOrder = 3
  85.     Kind = bkCancel
  86.   end
  87.   object lh: TEdit
  88.     Left = 6
  89.     Top = 175
  90.     Width = 396
  91.     Height = 21
  92.     TabOrder = 1
  93.     Visible = False
  94.   end
  95. end
  96.